DataSource for Entity Framework in WPF
C1.LiveLinq.LiveViews.Xml Namespace / XmlExtensions Class / Attributes Method / Attributes(View<XElement>) Method
The source view.

In This Topic
    Attributes(View<XElement>) Method
    In This Topic
    Returns a view representing the collection of the attributes of every element in the source view.
    Syntax
    'Declaration
     
    Public Overloads Shared Function Attributes( _
       ByVal view As View(Of XElement) _
    ) As View(Of XAttribute)
    public static View<XAttribute> Attributes( 
       View<XElement> view
    )

    Parameters

    view
    The source view.

    Return Value

    A view containing the attributes of every element in the source view.
    See Also